home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; testlib *
- ; *
- ; A small and simple program to test some of the hdklib components. *
- ;******************************************************************************
-
- .graphic prs prs.bmp
- .graphic ron ronp.bmp
-
- .include hdklib.hdf
-
- ;******************************************************************************
- ; overview *
- ;******************************************************************************
- .topic overview
- .ifdef rtfbased
- .title ~test~ron;right~HDKLIB Test
- .else
- .title HDKLIB Test
- .endif
- .titleAttr box normal
-
- This is a test of a Graphic Link ~b~graphicPopup(prs popMe)~
-
- This is ~Bold Text~boldText~
-
- This is ~Italic Text~italicText~
-
- This is ~Underlined Text~underlineText~
-
- .end-topic
-
- ;******************************************************************************
- ; popMe *
- ;******************************************************************************
- .popup popMe
- .title It Work's!
-
- Press any key ..
-
- .end-popup
-
-
-